﻿.TlacitkoKategorieVObjektovemPanelu {
    display: inline-block;
    cursor: pointer;
    background-color: white;
}

.ObjektovyPanelTree {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.ObjektovyPanelGrid {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.ObjektovyPanelHlavniOkno {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.ObjektovyPanelTlacitkaKategorii {
    margin: 2px;
    /* border-width: 1px; */
    /* border-color: #94ADCC; */
    /* border-style: solid none none solid; */
    /* border-style: none solid solid none; */
}

.ObjektovyPanelTlacitkoKategorie {
    background-color: aliceblue;
    border-width: 1px;
    border-color: #94ADCC;
    border-radius: 0px;
    /* border-style: none solid solid none; */
    margin: 0px -1px -1px 0px;
    display: inline-block;
    color: black;
}
/*    .ObjektovyPanelTlacitkoKategorie > div.dx-button-content {
        padding:0px;
    }
*/
    .ObjektovyPanelTlacitkoKategorie.ObjektovyPanelTlacitkoAktualniKategorie {
        background-color: rgba(55,115,174,1);
        color: white;
    }

    .ObjektovyPanelTlacitkoKategorie.ModryButton > div > img {
        filter: contrast(10);
        margin: 1px 8px 1px 2px;
    }

    .ObjektovyPanelTlacitkoKategorie:hover {
        color: white;
    }

        .ObjektovyPanelTlacitkoKategorie:hover.ModryButton > div > img {
            filter: invert(1) contrast(10);
        }


    .ObjektovyPanelTlacitkoKategorie.ModryButton.ObjektovyPanelTlacitkoAktualniKategorie > div > img {
        filter: invert(1) contrast(10);
    }


.ObjektovyPanelZalozkyObjektovehoPanelu {
    position: absolute;
    top: 26px;
    right: 4px;
    bottom: 0px;
    left: 4px;
}
